課程資訊
課程名稱
計算機程式
Computer Programming 
開課學期
101-1 
授課對象
電機工程學系  
授課教師
廖婉君 
課號
EE1004 
課程識別碼
901 10210 
班次
02 
學分
全/半年
半年 
必/選修
必修 
上課時間
星期二5(12:20~13:10)星期三7,8(14:20~16:20) 
上課地點
博理112博理112 
備註
本系優先本課程將全程錄影並置於臺大開放式課程網站http://ocw.aca.ntu.edu.tw/ntu-ocw/
限本系所學生(含輔系、雙修生)
總人數上限:60人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1011CP2012 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

1. Intro. to computers and C++ programming
2. Control structure
3. Functions
4. Arrays
5. Pointers and Strings
6. Classes and data abstraction
7. Operator overloading
8. Inheritance
9. Virtual functions and polymorphism
 

課程目標
This course is designed as the first class for the first-year undergraduate students to learn computer programming using C++. 
課程要求
Mid-term quiz: 30%
Final exam: 40%
Homework: 30%
 
預期每週課後學習時數
 
Office Hours
另約時間 備註: by appointment 
指定閱讀
 
參考書目
教科書: Deitel & Deitel, “C++: How To Program,” Late Objects Version, 7th Ed.PEARSON, 2011.  
評量方式
(僅供參考)
   
課程進度
週次
日期
單元主題
第1週
9/11,9/12  Chapter 1: Introduction to Computers, the Internet and the WWW 
第2週
9/18,9/19  Chapters 3 and 4: Control Structure 
第3週
9/25,9/26  Chapters 3 and 4: Control Structure (cont) 
第4週
10/02,10/03  Chapter 5: Function 
第5週
10/09,10/10  Chapter 5: Function (cont) 
第6週
10/16,10/17  Chapter 6: Array 
第7週
10/23,10/24  Chapter 7: Pointer 
第8週
10/30,10/31  Chapter 7: Pointer (cont) 
第9週
11/06,11/07  Midterm exam: Chapters 1-7 
第10週
11/13,11/14  Chapter 9: Class (I) 
第11週
11/20,11/21  Chapter 10: Class (II) 
第12週
11/27,11/28  Chapter 11: Operator Overloading 
第13週
12/04,12/05  作業講解及檢討期中考考卷 
第14週
12/11,12/12  Chapter 11: Operation Overloading (cont.) 
第15週
12/18,12/19  Chapter 12: Inheritence 
第16週
12/25,12/26  Chapter 13: Polymorphism